home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 118 / cdrom118.iso / aplic / icolor / progr / iCF.exe / doc / How to create a Skin.txt < prev    next >
Encoding:
Text File  |  2006-02-22  |  1.7 KB  |  30 lines

  1. #############################################
  2. ### HOW TO CREATE A SKIN FOR ICOLORFOLDER ###
  3. #############################################
  4.  
  5.  
  6. MAIN:__________________________________________
  7.  
  8.     Basically, it is very simple : use ResHacker to edit the resources of the dll, and change whatever you want. You can add some extra icons too, for specifics folders, they will be displayed when the user requests a "Custom icon" in the context menu.
  9.     You can a preview to your skin, just set a png (max size 128*128) in the skin folder. Some informations about the skin (Name, Author, etc) can be set by editing the "Version Info" Section.
  10.  
  11.  
  12. NOTE ABOUT NEW FORMAT:_________________________
  13.  
  14.     Since iCF 0.9, you can add a generic folder icon to your skin, that will be used to replace Windows generic folder icon. Skins that have this custom icon have "2.1" as version number (others have "1.1"). All skins provided in the package have this generic icon, however old skins will work as well (but without the extra generic icon).
  15.  
  16.  
  17. CONVERT A SKIN FROM OLD FORMAT TO NEW:_________
  18.     
  19.     Actually it is very easy, because there isn't a lot of difference between the two formats. The new is just cleaner and more powerfull. Here are the specs of the new format :
  20.  
  21.         * 1st icon : Red folder
  22.         * 2nd icon : Orange Folder
  23.         * 3rd icon : Yellow folder
  24.         * 4th icon : Green folder
  25.         * 5th icon : Blue folder
  26.         * 6th icon : Pink folder
  27.         * 7th icon : Grey folder
  28.         * 8th icon : generic folder
  29.  
  30.     After that, you can add any icon you want, they'll be displayed when the user will choose the "Custom Icon" in the context menu. An unofficial convention says that the icons 9, 10 and 11 should be "My Music", "My Pictures" and "My videos", but it is not an obligation.